html,body{
	margin: 0;
	padding: 0;
	font-size:14px;
	color:#666;
	font-family: Microsoft YaHei;
	overflow-x: hidden;
}
body{
	min-width: 1176px;
}
input,textarea,select,button{
	font-size:14px;
	color:#666;
	font-family: Microsoft YaHei;
}
img{
	border: none;
}
a:link{
	text-decoration: none;
}
a.d-link{
	color:#3daefb;
}	
a.d-link:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}	
h1,h2,h3,h4,h5,h6{
	color:#333;
}
dd,dl,dt,li,ul{
	list-style: none;
}
p,ul,li,dl,dd{
	margin:0;
	padding:0;
}
.btn{
    padding: 3px 12px;
}
.fl{
	float: left!important;
}
.fr{
	float: right!important;
}
/*提示信息默认颜色*/
:-moz-placeholder { 
    color: #ccc; opacity:1; 
}

::-moz-placeholder { 
    color: #ccc;opacity:1;
}

input:-ms-input-placeholder{
    color: #ccc;opacity:1;
}

input::-webkit-input-placeholder{
    color: #ccc;opacity:1;
}
.wrap{
	width: 1176px;
	margin:0 auto;
}

header.main{
	width: 100%;
	height: 177px;
	background:url(/image/imgs/headbg.gif) #0f7ecc repeat-x ;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	min-width: 1176px;
}
.zkbody{
	padding-top: 177px;
	width: 100%;
}

header.main .wrap{
	height: 177px;
	background: url(/image/imgs/header_bg.png) 686px 18px no-repeat;
	position: relative;
}
header.main .logo{
	padding-top:13px;
}
header.main .login{
	width: 395px;
	height: 28px;
	position: absolute;
	right:0px;
	top:25px;
}
header.main .login input{
	background: rgba(18,89,138,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C812598a,endColorstr=#C812598a);
	border:1px solid #458dbe;
	border-radius:3px;
	color:#fff;
	padding:0 6px;
	height: 26px;
	line-height: 26px;
	margin-right: 7px;
}
header.main .login input.email{
	width: 188px;
}
header.main .login input.psw{
	width: 94px;
}
header.main .login .btn{
	width: 60px;
	height: 28px;
	background: #EEEEEE;
	border: 0px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}
header.main .login .btn:hover{
	background: #f7f7f7;
}
header.main .other{
	position: absolute;
	width: 530px;
	min-height: 26px;
	border-top:2px solid #3daefb;
	left:0px;
	top:69px;
}
header.main .other *{
	font-size:12px;
	color:#3daefb;
	line-height: 26px;
}
header.main .ontime{
	float: left;
}
header.main .cglink{
	float: right;
}
header.main .cglink a:hover{
	text-decoration: underline;
}
nav.mainnav{
	position: absolute;
	left:71px;
	bottom:-10px;
	height:51px;
}
nav.mainnav a{
	display: inline-block;
	line-height: 41px; 
	font-size:21px;
	color:#fff;
	text-align:center;
	float: left;
	padding:0 20px;
	margin-bottom: 10px;
	margin-left: 1px;
}
nav.mainnav a:hover,
nav.mainnav a.active{
	background:#0f7ecc; 
	text-decoration: none;
}
.mainserch{
	position: absolute;
	right:0px;
	bottom:0px;
	width: 245px;
	height:42px;
}
.mainserch input{
	background: rgba(18,89,138,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C812598a,endColorstr=#C812598a);
	border:1px solid #458cbd;
	border-radius:3px;
	color:#fff;
	padding:0 34px 0 6px;
	height: 26px;
	width: 193px;
	float: right;
	line-height: 26px;
	margin-top:8px;
}
.mainserch .serchbtn{
	width: 42px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 8px;
	background: transparent;
	border: 0px;
	border-radius: 3px;
}
.mainserch .serchico{
	width:20px;
	height: 20px;
	display: inline-block;
	background: url(/image/imgs/icogroup.png) no-repeat;
	background-position: -6px -6px;
	position: absolute;
	right:10px;
	top:3px;
}
.mainserch .serchbtn:hover{
	background: #39a8f3;
}
.header-nav{
	width: 100%;
	background: #FFFFFF;
	min-height: 285px;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
	position: relative;
	z-index: 999;
	display: none;
}
header.main .header-nav .wrap{
	background: none;
	height: auto;
}
header.main .header-nav .wrap .header-navchild.cate2{
	margin-left: 162px;
}
.header-nav .header-navchild{
	width: 106px;
	padding: 15px 10px 0px;
	border-left: 1px solid #E5E5E5;
	float: left;
}
.header-nav .header-navchild li{
	margin-bottom: 8px;
}
.header-nav .header-navchild a{
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
.header-nav .header-navchild a:hover{
	text-decoration: underline;
}
footer.main{
	height: 121px;
	width: 100%;
	background: #1670ae;
}
footer.main .wrap{
	height: 101px;
	padding-top:15px;
}
.linkcompany{
	float: left;
	width: 270px;
	height: 86px;
	text-align: center;
	padding-top:17px;
	border-right: 1px solid #458dbe;
}
.footr{
	width: 786px;
	height: 86px;
	float: left;
	padding-left:20px;
}
.footr em{
	color: #fff;
	font-weight: bold;
	font-style: normal;
	float: left;
	display: inline-block;
}
.footr span{
	color:#fff;
}
.footr .address{
	height: 46px;
	width: 885px;
	line-height: 46px;
	border-bottom:1px solid #3d85b7;
}
.footr .address span{
	display: inline-block;
	height: 45px;
	line-height: 46px;
	position: relative;
}
.footr .address span:before{
	content:'';
	display: inline-block;
	width: 56px;
	height: 26px;
	left:0;
	top:10px;
	background: url(/image/imgs/icogroup.png) no-repeat;
	position: absolute;
}
.footr .address .addr{
	padding-left:56px;
	margin-right: 30px;
}
.footr .address .addr:before{
	width: 56px;
	background-position: 15px -42px;
}
.footr .address .tel{
	padding-left:36px;
	margin-right: 27px;
}
.footr .address .tel:before{
	width: 34px;
	height: 26px;
	background-position: 0px -70px;
}
.footr .address .mess{
	padding-left:40px;
	margin-right: 30px;
}
.footr .address .mess:before{
	width: 40px;
	height: 24px;
	background-position: 0px -98px;
}
.footr .address .print{
	padding-left:38px;
}
.footr .address .print:before{
	width: 40px;
	height: 26px;
	background-position: 0px -122px;
}
.footr .copyright{
	height: 40px;
	line-height: 46px;
}
.footr .copyright span{
	float:left;
	margin-right: 24px;
	display: inline-block;
}

/*h*/
.h-st1{
	height: 40px;
	position: relative;
	width: 100%;
	border-bottom:2px solid #eeeeee;
	margin:0px;
}
.h-st1 span, .h-st1 .h-st1-name{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-right: 30px;
	display: inline-block;
	border-bottom:2px solid #1670ae;
	font-size:18px;
	font-weight: bold;
	color: #333333;
}
.h-st1 .entermore{
	position: absolute;
	top:14px; 
	right: 10px;
}
.h-st2{
	height: 40px;
	position: relative;
	width: 100%;
	border-bottom:2px solid #eeeeee;
	margin:0px;
}
.h-st2 span, .h-st2 .h-st2-name{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-right: 30px;
	display: inline-block;
	border-bottom:2px solid #a4a4a4;
	font-size:18px;
	color: #333333;
}
.h-st2 .entermore2{
	position: absolute;
	right:13px;
	top:15px;
}
.h-st3{
	height: 30px;
	position: relative;
	width: 100%;
	margin:0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
}
.h-st3 span, .h-st3 a{
	float: left;
	height: 30px;
	line-height:30px;
	padding-right: 30px;
	display: inline-block;
	font-size:18px;
	width: 100%;
	color: #333333;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
}
.h-st3:before{
	content:'';
	position: absolute;
	left:0;
	top:8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/image/imgs/icogroup.png) no-repeat;
	background-position: -30px -10px;
}
.shortshow{
	text-indent: 2em;
	line-height: 24px;
}
.in-content{
	overflow: hidden;
	padding-top:24px;
	padding-bottom: 55px;
}

.entermore{
	display: inline-block;
	width: 17px;
	height: 12px;
	background: url(/image/imgs/icogroup.png) no-repeat;
	background-position: -53px -10px;
}
.entermore:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.entermore2{
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url(/image/imgs/icogroup.png) no-repeat;
	background-position: -80px -9px;
}
.entermore2:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
